home *** CD-ROM | disk | FTP | other *** search
/ One Stop CD-SHOP - The 50 Pack / One Stop CD-Shop - The 50 Pack (1995)(SoftKey)[compilation].iso / programs / cardsign / install.bat < prev    next >
DOS Batch File  |  1993-10-05  |  874b  |  39 lines

  1. REM Cards, Signs & Certs
  2. echo off
  3. if %1x==x goto usage
  4. if %1x==cx set d=C:
  5. if %1x==c:x set d=C:
  6. if %1x==Cx set d=C:
  7. if %1x==C:x set d=C:
  8. if %1x==dx set d=D:
  9. if %1x==d:x set d=D:
  10. if %1x==Dx set d=D:
  11. if %1x==D:x set d=D:
  12. cls
  13. echo **********************************************************************
  14. echo *  Installing EW Cards, Signs, and Certificates on Drive %d%         *
  15. echo **********************************************************************
  16. pause
  17. cd %d%\
  18. mkdir %d%\EASY
  19. cd %d%\EASY
  20. copy *.* %d%
  21. echo -1 >%d%pid
  22. del %d%card.cfg
  23. cls
  24. echo *******************************************************************
  25. echo *  EW Cards, Signs, and Certificates installation complete        *
  26. echo *******************************************************************
  27. goto exit
  28. :usage
  29. cls
  30. echo Usage:
  31. echo install destination-drive
  32. :exit
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.